home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / emp48.zip / README < prev    next >
Text File  |  1991-10-08  |  12KB  |  256 lines

  1. 10/06/91
  2.  
  3. Emperors and Empresses,
  4.  
  5. This is version 1.48 of GS Empire.  This version has some minor bug fixes 
  6. and cleanup. Note: games created with versions prior to 1.38 will not 
  7. work correctly.  You will need to recreate your world with EMPCRE.
  8.  
  9. For those of you who are new to GS Empire, please read the *.DOC files,
  10. especially the STRATEGY.DOC file.  For those of you familiar with GS Empire
  11. on a Un*x system, read the DELTA.DOC for the differences you can expect.  I
  12. am not a tech writer, so please bear with me.  If you find that something 
  13. is not covered well (or at all) in the docs, please let me know.
  14.  
  15. GS Empire has no system type restrictions.  All it requires is ANSI.SYS to be
  16. installed and 512K of memory.  It will work on a monochrome screen,
  17. although you will miss out on all the pretty colors.  It has run on
  18. PC/XT/AT and 386 systems, clones and IBMs, with Monochrome, CGA, EGA, and
  19. VGA screens.  Although, rumor has it that Hercules/Mono-graphics type cards
  20. don't always work.
  21.  
  22. Instructions:
  23.  
  24. Copy all the files from the floppy to a directory on your hard disk.  From
  25. this directory run UNPACKIT.BAT.  This will unzip the executables and make 
  26. the appropriate directories.  The DATA directory is used by the game to store
  27. the game world data.  The INFO directory holds the on-line help and doc files.
  28. These files are just text, so feel free to print them out.  You only need
  29. to run UNPACKIT.BAT once.
  30.  
  31. To make a world, run empcre.exe.   Empcre has several line arguments;
  32. nn    A number that empcre will use to seed the random generator.  If
  33.     this number is the same then the world will always be the same.
  34. -cream    destroys (creams it) the current world and makes a new one.
  35. -t    turns on trace flag. Displays map of world.
  36. -d    turns on debug flag. Tells you everything it's doing.
  37. -s=xx    Puts world in file 'xx'.  A debug tool for me.
  38. -Mxx    Percentage of Mountains to create.
  39. -Lxx    Percentage of Land (wilderness) to create.
  40. -Sxx    Percentage of Water to create.
  41.   The above three commands must add to 100 or the world will not be created.
  42.  
  43. empcre -cream 
  44.  
  45.    This will create a new world, creaming out the old one, with the default
  46.    settings of 8% Mountains, 37% Wilderness, and 55% Sea.
  47.  
  48. You will probably only use -cream.
  49.  
  50. To play the game, run EMPIRE.EXE.  GS Empire has several line arguments;
  51. -bnn  Sets the BTU limit to nn. Default 255. Max 512 (10 - 512)
  52. -gnn  Sets the game turnlen to nn seconds per person. Default 300 (1 - 3600)
  53. -unn  Sets internal update tick to nn seconds. Default 5 (1 - 3600)
  54. -wnn  Sets Warp speed to nn.  Work gets done fast at high warp. (1 - 100)
  55. -pnn  Sets ship price mulitplier.  Default 10 (1 - 1000)
  56.  
  57. Read the doc so you know what to expect.  On-line help is available with
  58. '?'.  I'll try to make the introduction here more complete.  Comments are
  59. welcome.  Sorry, but it is a one keyboard game right now.  I have played a
  60. game at work with some co-workers.  We played an enjoyable game on a Novelle
  61. LAN by taking turns (one person plays for a half hour in the morning, then I
  62. play for a half hour at lunch and the other person plays in the afternoon).  
  63. It worked out OK considering we had a lot of work to do.  We use an honor
  64. system.
  65.  
  66. EMPRINT is an undocumented utility to printout the various world info for 
  67. off-line study.  It just outputs the info to the screen, so it can be 
  68. redirected to a file for more permanent storage.  To redirect output:
  69.  
  70.     EMPRINT > foo
  71.  
  72. You be prompted for country number and password, then the map and census 
  73. is output to the file 'foo'.  Use your favorite editor from there.
  74.  
  75. If you find this game to be enjoyable a small contribution would be
  76. appreciated ($15 - $20).  It is a very addictive game so I'm sure you will
  77. get your moneys worth.  If you have already contributed please believe me,
  78. I appreciate it.
  79.  
  80. PKUNZIP is a separate program that I do not support.  If you use it please 
  81. support it.  Send them money if you like it and continue to use it.
  82.  
  83. And yes, I am working on a network version.  No, I am not releasing the
  84. source code.  I am also working on some global commands.  
  85.  
  86. All comments and contributions:
  87.  
  88. Make checks payable to:
  89.     Gordon R. Storga
  90.     PO Box 18213
  91.     San Jose, CA  95158
  92.     408/264-6105 evenings
  93.  
  94.  
  95. Release Notes:
  96. version 1.48--------------------------------------------------------
  97. *     Cleaned up loan code.
  98.  
  99. *     Removed extraneous debug code that took up valuable memory.
  100.  
  101. version 1.47--------------------------------------------------------
  102. *    Made it so that when you scroll off the current screen it doesn't
  103. erase what you've already seen.  Saves all that radar cost.
  104.  
  105. version 1.46--------------------------------------------------------
  106. *    Corrected a problem in creating odd size worlds.  Since this only
  107. occurred at compile time no one in the field would have noticed.
  108.  
  109. *    Corrected the default values of the world map.  They weren't
  110. accurate enough.  Again no one would have noticed.
  111.  
  112. version 1.45--------------------------------------------------------
  113. *    Corrected some of the hard to find 'item mismatches' that occur after
  114. battle.  Hopefully they will not happen again.
  115.  
  116. version 1.44--------------------------------------------------------
  117. *    Made a correction to the food consumpion formula.  It now works
  118. correctly.  This means food is now a bigger factor than before.  Please
  119. read the new FOOD.DOC file for particulars.
  120.  
  121. *    Added a basic ROUTE command.  The game should not be played in
  122. this mode, but you can look around in it.  See appropriate help file.
  123.  
  124. *    Made various corrections to the help files.  Thanks again Gary.
  125.  
  126. *    Corrected a problem in Dissolve where sanctuaries were not being set to wilderness.
  127.  
  128. *    Added @ and # to the Help screen options.  They bring up the sector type and shiptype doc files on screen.
  129.  
  130. *    Added a Deity command: ^L   This allows you to look at the actual
  131. sector types on the map when viewing other countries.  It is a toggle and 
  132. requires you to cause the screen to redraw (move off the edge).
  133.  
  134. *    Fixed the screen movement so that when navigating or moving items
  135. the screen will adjust when you are one sector from the edge.  This will
  136. prevent the old 'moved off the edge of the screen into a mountain' syndrome.
  137.  
  138. version 1.43--------------------------------------------------------
  139. *    Ship radar is not explained real well in current help screens.  
  140. It is a function of tech factor, size of ship being looked at, radar range 
  141. of ship doing the looking, and weather.  I'll add some formula to the help
  142. screen one of these days.
  143.  
  144. *    I now prevent you from Dissolving the Deity.
  145.  
  146. *    Changed Update command.  You can now update just the current
  147. screen, or the entire realm.
  148.  
  149. *    Plague!!  I have gotten plague working really well.  You can now
  150. spread plague in any one of several ways:  flying planes from an
  151. infected sector  to  another will  spread  the desease (if  the pilots
  152. survive the landing).   Also,  in this  game  ships can  spread plague
  153. (although  it  never spontaneously  generates  on  ships).  Successful
  154. Attacks,  Assaults,  Landings, Unloading, Loading, Delivering, Moving,
  155. Granting,  Collecting, Purchasing, Tending, or Boarding can all spread
  156. plague.  To see if a sector has plague use the Sector Info command.
  157.  
  158. *    Added help files for ship types and sector types.  Use '?' to see
  159. the help screen.  Then use '@' or '#' for respective help files.
  160.  
  161. *    Corrected a long standing bug.  It appears I wasn't ever closing
  162. the News file after adding a news item.  Consequently you could run out of
  163. file handles real quick.  The error would appear as; not being able to
  164. read telegrams, not being able to read the news, not being able to read
  165. the logfile, not being able to use DOS access, and not being able to read
  166. the help files.  You'll notice that the top right corner of the map screen
  167. now shows something like Files:8.  This is debug code that enables me to
  168. track the files left open.  If this number ever goes higher than whatever
  169. it is to start with (8 - 10) then we have a problem.
  170.  
  171. *    Changed Over-lay Ships command to Toggle Ship display. Since ships
  172. are always displayed normally, you can now toggle this option. (Thanks Frank)
  173.  
  174. *     installed some internal integrity checks on the News file.
  175.  
  176. *    Upgraded all the help files to reflect past and present changes.
  177.  
  178. version 1.42--------------------------------------------------------
  179.  
  180. *    Installed a landing loop for planes landing on Carriers.
  181. Previously, if you tried to land on a Fleet where you had more than one
  182. Carrier you only had one shot at choosing each Carrier.  If you didn't
  183. choose one by the time I went throught the ships once then your planes hit
  184. the drink.  Now I just start the loop over. (Thanks Gary)
  185.  
  186. *    Pressing 'v' or 'l' will allow you to look down from your
  187. bombers.
  188.  
  189. version 1.41--------------------------------------------------------
  190. *    Changed program to allow ships to defend against other ships moving
  191. into your ocean area.
  192.  
  193. *    Fixed bug where Carriers were erased when you flew planes from
  194. them.
  195.  
  196. *    Added Diety powers to change values of each sector.  You must be
  197. the Diety and use the 'j' command (not documented).
  198.  
  199. *    Fixed bug where ships did not fire on planes correctly.  The odds
  200. were being figured wrong.
  201.  
  202. version 1.40--------------------------------------------------------
  203. *    Version 1.39 was not released due to link error on my part.
  204.  
  205. *    Fixed defend code where some forts didn't defend themselves when
  206. under attack.
  207.  
  208. *    Added a feature where Nation Report now displays the other
  209. country numbers by their color, as you would see them by radar.
  210.  
  211. *    Ships are now displayed all the time.  The 'o' command will
  212. probably be rerouted to something else later.  CNTL-O still needed to see
  213. mines.
  214.  
  215. *    Fixed a bug in displaying mines.  They used to disappear after the
  216. first turn you dropped them (they were still there you just couldn't see
  217. them till you ran into them; Thanks Gary).
  218.  
  219. *    Fixed a long standing bug where you could take over an unowned
  220. sector by moving something besides a person into it.  It now requires a
  221. person or you won't get the sector.
  222.  
  223. *    When a person is eliminated I now try to mask out the news
  224. references to them.
  225.  
  226. *    When passing through a sector owned by someone else pressing INS
  227. will tell you who it belongs to and what the sector type is.
  228.  
  229. version 1.38--------------------------------------------------------
  230. *     modified EXCAVATE to excavate wilderness to sea sectors.  You can now
  231. build moats!  See new EXCAVATE.HLP file.
  232.  
  233. *     DOC and HLP files are now up to date.
  234.  
  235. *    Ships now cost more (default of 10 times more than before.  This
  236. cost multiplier can be controlled by using -pxx when starting the EMPIRE
  237. program where xx is the multiplier you want to use.
  238.  
  239. *    Fixed a bug in LOANS where if you offered a loan to someone and
  240. went negative in money BEFORE they accepted they too went negative.
  241.  
  242. *    Implimented a logfile for tracking games turns.  At the end of
  243. each persons turn a file in the DATA directory is updated with their
  244. country name and the current time.  This is helpful right now when playing
  245. on a rotating turn basis.
  246.  
  247. *    In addition to the logfile I added a byte to the nation file that
  248. tracks the number of turns each player has played in the game to date.
  249. Previously "Rounds" were only tracked during the current session.  Now
  250. rounds reflect how many turns each player has taken to date on an
  251. individual basis.
  252.  
  253. *     Added arguments to EMPCRE.  You can now specify the percentages of
  254. Land, Water and Mountains when creating a world.  
  255.  
  256.